Skip to content

Polymesh upgrade v7 (#111) #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Polymesh upgrade v7 (#111) #112

merged 1 commit into from
Oct 28, 2024

Conversation

0xPxt
Copy link
Contributor

@0xPxt 0xPxt commented Oct 28, 2024

  • add unlink_ticker_from_assetid

  • adapt testcases

  • bump version

  • update docu

  • CI: recover old guidelines enforcer

  • SS58 Prefix 12

  • Remove sudo and electionprovidermultiphase pallets for nanoS

  • remove pips pallets for nanoS

  • Update report for pips support

  • nanoS build in another workflow (build old version)

  • update zxlib

  • update snapshots

  • bring new zxlib version

Checklist

  • App update process has been followed
  • Target branch is develop
  • Application version has been bumped

* add unlink_ticker_from_assetid

* adapt testcases

* bump version

* update docu

* CI: recover old guidelines enforcer

* SS58 Prefix 12

* Remove sudo and electionprovidermultiphase pallets for nanoS

* remove pips pallets for nanoS

* Update report for pips support

* nanoS build in another workflow (build old version)

* update zxlib

* update snapshots

* bring new zxlib version
@0xPxt 0xPxt requested a review from chcmedeiros October 28, 2024 16:52
@@ -380,6 +380,8 @@
static const char* STR_ME_REMOVE_TICKER_AFFIRMATION_EXEMPTION = "Remove ticker affirmation exemption";
static const char* STR_ME_PRE_APPROVE_TICKER = "Pre approve ticker";
static const char* STR_ME_REMOVE_TICKER_PRE_APPROVAL = "Remove ticker pre approval";
static const char* STR_ME_AS_DERIVATIVE = "As derivative";

Check notice

Code scanning / CodeQL

Unused static variable Note

Static variable STR_ME_AS_DERIVATIVE is never read.
@@ -380,6 +380,8 @@
static const char* STR_ME_REMOVE_TICKER_AFFIRMATION_EXEMPTION = "Remove ticker affirmation exemption";
static const char* STR_ME_PRE_APPROVE_TICKER = "Pre approve ticker";
static const char* STR_ME_REMOVE_TICKER_PRE_APPROVAL = "Remove ticker pre approval";
static const char* STR_ME_AS_DERIVATIVE = "As derivative";
static const char* STR_ME_UNLINK_TICKER_FROM_ASSET_ID = "Unlink ticker from asset id";

Check notice

Code scanning / CodeQL

Unused static variable Note

Static variable STR_ME_UNLINK_TICKER_FROM_ASSET_ID is never read.
@0xPxt 0xPxt merged commit 87a5f0f into main Oct 28, 2024
73 checks passed
@0xPxt 0xPxt deleted the dev branch October 28, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants